Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Tools | 2021-01-01 | ||
Source Code | 2021-01-01 | ||
Library | 2021-01-01 | ||
Examples | 2020-12-31 | ||
Documentation | 2020-12-31 | ||
Bin | 2020-12-31 | ||
README.txt | 2020-12-31 | 1.4 kB | |
Totals: 7 Items | 1.4 kB | 1 |
SMC - The State Machine Compiler 7.2.0 Downloads NOTE: This release introduces a new release format in which all files associated with the release are contained in a single folder. Major Changes: None. Minor Changes: None. Bug Fixes: Bug #224: C code generator creates an unused default transition function. This is corrected by having that default transition function referenced. Target: C language. Bug #225: C code generator places ENTRY_STATE and EXIT_STATE macros in the .c file which may result in a link failure. This is corrected by moving the macros to the generated header file. Target: C language. There are xxx download folders: + Bin: contains Smc.jar used to compile .sm file into target language file. + Documentation: contains SMC Programmer's Manul in PDF and HTML web pages. Web page files are in tar, gzipped and zip formats. + Examples: Example applications using SMC and in all supported target programming languages. + Library: contains SMC API header and library files needed to compile SMC-based applications in each of the supported target programming languages. + Source Code: snapshot of SMC maven project files at release time. + Tools: contains the SMC maven plug-in jar files, including source and javadocs.